home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / C / Utilities / byacc 1.8.2 / Mac README < prev    next >
Encoding:
Text File  |  1993-03-10  |  927 b   |  32 lines  |  [TEXT/R*ch]

  1. byacc 1.8.2 for the MacOS
  2.  
  3. ported by Brent Burton, brentb@tamsun.tamu.edu
  4. ---------------------------------------------------------------
  5.  
  6. Notes to the port:
  7.  
  8. * ported to v. 5 of Think C, with very few modifications.
  9. * Project file has "Infer Prototypes" ON
  10. * #define MACINTOSH  so the few changes are local
  11. * See other macros in the project file (Cmd-; then select prefixes)
  12.  
  13. Changes:
  14.  
  15. main.c
  16. ------
  17. * Use Think C console support
  18. * use an alternate temporary filename scheme than the original
  19. * misc little stuff that I can't remember now ;-)
  20.  
  21. ---------------------------------
  22.  
  23. If you come across any problems in the executable (I haven't), let
  24. me know if it was due to me.  Otherwise contact the author of
  25. byacc.
  26.  
  27. NOTE:  unlike GNU Bison, byacc does not hinder your generated source
  28. code in any way.  Byacc (Berkeley-yacc) is a total rewrite of yacc
  29. by the friendly CS folks at Berkeley and is freely distributable.
  30.  
  31. -Brent
  32.